home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / skyburnfrag.gsh < prev    next >
Text File  |  2000-09-09  |  939b  |  38 lines

  1. // defines the fragmented SKYBURN bot
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_SKYBURNFRAG_GSH
  8. #define INCLUDED_SKYBURNFRAG_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. #include "defaults.gsh"
  13.  
  14.  
  15. hierarchy Hcy_skyburnfrag
  16. {
  17.     file    "units\skyburnfrag.rif"
  18.     name    "skyburnfrag"
  19.     hotspot none
  20. }
  21.  
  22. role Rol_skyburnfrag : Rol_FragObject
  23. {
  24.     shape            Hcy_skyburnfrag
  25.     identifier        "skyburnfrag"
  26. }
  27.  
  28. frag data Frg_skyburn
  29. {
  30.     role Rol_skyburnfrag
  31.     scale 8
  32. }
  33.  
  34. ////////////////////////////////////////////////////////////////////////////////////
  35.  
  36. // end wrapper - for preventing multiple or recursive inclusions
  37. #endif // !INCLUDED_SKYBURNFRAG_GSH
  38.